runtime.moduledata.maxpc (field)
6 uses
runtime (current package)
plugin.go#L103: if md.minpc <= entry && entry <= md.maxpc {
plugin.go#L122: name, "/", name2, "outside pc range:[", hex(md.minpc), ",", hex(md.maxpc), "], modulename=", md.modulename, ", pluginpath=", md.pluginpath)
symtab.go#L399: minpc, maxpc uintptr
symtab.go#L630: if datap.minpc != min || datap.maxpc != max {
symtab.go#L631: println("minpc=", hex(datap.minpc), "min=", hex(min), "maxpc=", hex(datap.maxpc), "max=", hex(max))
symtab.go#L816: if datap.minpc <= pc && pc < datap.maxpc {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |